Pranav Chaturvedi Apps

B'Day Anniv Notification 1.0
This is an uncomplicated app to store theB'Day& Anniv details of your pals & relatives (if any).You wouldbe Notified on the day when to greet them. The details inthe saidrow would turn Red making it easier for you to demarcatethe needfulinfo. Hope you would like this :)Blog: www.jpranavc.blogspot.com
MyDiaryMyLessonExtended 1.1
This is an extended version of mypreviousApplication My Diary. Just a Share Option has been added inthelist, so you can share your Lessons.Blog: www.jpranavc.blogspot.comWordpress: jpranavcblog.wordpress.com
SimplePaintMultiPaintApp 1.0
Well, this is an uncomplicated SimpleFingerMulti Paint App. Use Menu Option for other Services likechangingColor or Stroke width, Saving the Drawing and thus viewingthroughFile Manager/Picture Folder, Erasing or Clearing theDrawing. ThisApp is just an Extended Separate Version of myprevious App SinglePaint Simple Paint which was kinda White Boardfor Kids.Wont denyit that this App too is for kids :)Blog: www.jpranavc.blogspot.comWordpress: jpranavcblog.wordpress.com
Bluetooth - µC - LCD Interface 1.0
This Uncomplicated leisure time App strictly works as aninterfacebetween bluetooth module - microcontroller - LCD builtmerely forpractice & learning purpose to display characters onLCD screenof the Developing Board (ARM based or otherwise) throughan androidapp. For basic knowledge, one can also run otherperipherals on theDeveloping Board via LCD commands (in the form ofnormalCharacters) sent via App. Configure appropriate Pinsels whenaparticular character is displayed. It can also be usedtopair/unpair BT devices. The stream of characters can bereceivedthrough UART which obviously needs to be coded. Check thebaud ratefor the same. Make sure the receiving loop for array ofcharactersis terminated by '#'. For KEIL, e.g. do { //Run the loopto receivethe characters saving in the receiving Register throughUARTch[i]=Receive(); } while(ch[i++]!='#'); //terminated with'#',display characters on the LCD i--; ch[i]='\0'; //Display onLCD.while(*stringChars!='\0') DisplayonLCD(*stringChars++);//PassChars on 0x80 So, just an uncomplicated leisure time App toplayaround with ARM based Developing Board :) Blogs:www.jpranavc.com /www.jpranavcblog.wordpress.com